home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
jumpingrope.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
195b
|
9 lines
nowF = "title";
if(soundon == "yes")
{
_root.titleSound = new Sound(this);
_root.titleSound.attachSound("titleSoundM");
}
_root.titleSound.start(0,999);
trace("soundon" + soundon);